Skip to content

compiler-builtins: Clean up features #142659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgross35
Copy link
Contributor

Remove the compiler-builtins from default because it prevents testing via the default cargo test command. It made more sense as a default when compiler-builtins was a dependency that some crates added via crates.io, but is no longer needed

The rustc-dep-of-std feature is also removed since it doesn't do anything notable.

r? @ghost

@rustbot rustbot added A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 18, 2025
@rust-log-analyzer

This comment has been minimized.

@tgross35 tgross35 force-pushed the builtins-features branch from 89b4e61 to 802792b Compare June 18, 2025 07:10
@rust-log-analyzer

This comment has been minimized.

@tgross35 tgross35 force-pushed the builtins-features branch from 802792b to 5a5d4b8 Compare June 30, 2025 15:14
@rust-log-analyzer

This comment was marked as outdated.

Remove the `compiler-builtins` from default because it prevents testing
via the default `cargo test` command. It made more sense as a default
when `compiler-builtins` was a dependency that some crates added via
crates.io, but is no longer needed

The `rustc-dep-of-std` feature is also removed since it doesn't do
anything notable.
@tgross35 tgross35 force-pushed the builtins-features branch from 5a5d4b8 to e74a507 Compare July 28, 2025 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants